-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --log-stderr
option
#1542
Add --log-stderr
option
#1542
Conversation
Ephemeral COPR build failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
This option was inherited before, but now we can set it explicitly to allow/disallow logging to stderr when selecting a certain log driver. For example on exec, we would need to log log anything to stdio even when the debug logs are enabled. Signed-off-by: Sascha Grunert <[email protected]>
54d181f
to
b98e0dd
Compare
Ephemeral COPR build failed. @containers/packit-build please check. |
1 similar comment
Ephemeral COPR build failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/approve |
I had to revert this patch as it causes the containerd tests to fail: #1545 runc doesn't seem to have the same option. Should we make it accept an argument so that we can turn it off and leave the default as it is now? |
This option was inherited before, but now we can set it explicitly to allow/disallow logging to stderr when selecting a certain log driver.
For example on exec, we would need to log anything to stdio even when the debug logs are enabled.
Refers to #1525